home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-5112 / quicktim.e / aqt_play.doc < prev    next >
Text File  |  1995-04-20  |  6KB  |  169 lines

  1. (English below) NEU/NEW: AQT2WAVE, AQT_CVID
  2.  
  3. Ein einfacher QuickTime-Player für den Atari (Mono, 16 oder 256 Farben).
  4. Für alle die, die sich über die große Sammlung im PC/Mac Bereich geärgert
  5. haben. Bislang CVID24, RLE8, RLE16, RLE24, RAW, SMC8. Aber immerhin ein
  6. Anfang. Version: 0.96 Bugfixes! Neue Komprimierverfahren, mehr Movies!
  7.  
  8.  
  9.       Autor: Dieter Fiebelkorn
  10.              Grüner Weg 29a
  11.              45768 Marl
  12.              02365/65952
  13.  
  14.  
  15. Informationen zu weiteren Komprimierungen sind herzlich willkommen.
  16. Und werden nach Möglichkeit in das Programm einfließen. Danksagungen
  17. sind selbstverständlich. Noch besser sind kleine C-Funktionen, die
  18. das Auspacken realisieren (Benötigte Werte bitte als Parameter über-
  19. geben und als 1Byte/Pixel [Genau ein Byte gibt den Index der Farb-
  20. palette an] ablegen) den Rest erledige ich dann! !!!HERZLICHEN DANK!!!
  21.  
  22.  
  23.  
  24.                      Postcardware!
  25.                      =============
  26.  
  27.  
  28. AQT_PLAY.PRG  : Version für alle Atari's.
  29. AQT_P020.PRG  : Für Rechner mit einem 68020 Prozessor oder höher.
  30. AQT_P881.PRG  : Für Rechner mit einem zusätzlichen Coprozessor.
  31.  
  32. Tastaturbedienung:
  33. ------------------
  34.  
  35. '+'           : Aufhellen des Bildes um 5%.
  36. '-'           : Abdunkeln des Bildes um 5%.
  37. '*'           : Originalhelligkeit.
  38.  
  39. '/'           : Rot - Blau - Tausch.
  40.                 Bei CVID Graustufen/Farb-Anzeige
  41.  
  42. '.'           : Verdoppelung des Bildes ein/ausschalten.
  43.  
  44. '0'           : Zum ersten Bild zurückspringen.
  45. '3'           : 10 Bilder überspringen.
  46. '6'           : 25 Bilder überspringen.
  47. '9'           : 100 Bilder überspringen.
  48.  
  49. '('           : Jedes Bild darstellen.
  50. ')'           : Jedes 2., 3., ... 10. Bild darstellen.
  51.  
  52. 's'           : Speichern des Bildes als ESM-Datei.
  53. '<SPACE>'
  54. '<LEERTASTE>' : Standbild ein/ausschalten.
  55. '<RETURN>'
  56. '<ENTER>'     : Einzelbild Weiterschaltung.
  57.  
  58. '<ESC>', 'q'  : Programm beenden.
  59.  
  60.  
  61. -----------------------------------------------------------------------
  62.  
  63.  
  64. AQT_CVID ist mit AQT_P020 vergleichbar. Kann allerdings nur Cinepak
  65. Animationen abspielen und dies auch nur in der Falcon 32k-Farben-
  66. Auflösung. Dafür ist er in Farbe etwa 7 bis 8 mal schneller und in
  67. Grau etwa 3 mal schneller als AQT_P020. Bitte NVDI einsetzen!
  68.  
  69. Eine DSP Unterstützung wird geprüft, allerdings reicht dort die
  70. Übertragungsrate zwischen CPU und DSP (max. 740000 Worte pro sek.
  71. auf einem 36/18 MHz Falcon; die CPU ist dabei die Schnecke!) nicht
  72. für eine volle Abspielgeschwindigkeit (bei 320x240 15-25 F/s) aus.
  73.  
  74.  
  75. -----------------------------------------------------------------------
  76.  
  77.  
  78. Das Programm AQT2WAVE.GTP extrahiert die Soundinformationen aus dem
  79. AQT-File und speichert diese kompakt in einer reinen WAVE (Sound)
  80. Datei. Ist bei der Auswahl des AQT's die ALTERNATE-Taste gegrückt,
  81. so wird das auszugebene WAVE-File in 1MB Teile aufgespalten!
  82.  
  83. AQT2WAVE <mov-file> <wave-file>        (Einmaliges Umwandeln)
  84. AQT2WAVE                               (Mehrmaliges Umwandeln mit FSEL)
  85.  
  86.  
  87.  
  88. =======================================================================
  89.  
  90.  
  91.  
  92. A simple Apple QuickTime player for Atari (mono, 16 or 256 colors).
  93. For all, which have found any animations and couldn't show them.
  94. The viewer supports CVID24, RLE8, RLE16, RLE24, RAW, SMC8 and without
  95.     sound. But think, i is the beginning! version 0.96: More codecs/movies!
  96.  
  97.  
  98.      Author: Dieter Fiebelkorn
  99.              Grüner Weg 29a
  100.              45768 Marl
  101.              --- Germany ---
  102.  
  103.  
  104. Informations for other methods of compression are wellcome. And will
  105. use for the program if possible. You get a "Thanks" in the README!
  106. Better are little C functions, which makes the decompression. Needed
  107. values are given by parameters and the image should be saved in a
  108. given memory with 1 byte per pixel (which is the index of the color
  109. palette). I make the rest! Many many thanx!
  110.  
  111.  
  112.  
  113.                      Postcardware!
  114.                      =============
  115.  
  116.  
  117. AQT_PLAY.PRG  : version for all Atari's.
  118. AQT_P020.PRG  : for Atari with a 68020 prozessor or higher.
  119. AQT_P881.PRG  : for Atari with a mathematic coprozessor.
  120.  
  121. Tastaturbedienung:
  122. ------------------
  123.  
  124. '+'           : Brighten the image by +5%.
  125. '-'           : Brighten the image by +5%.
  126. '*'           : original colors.
  127.  
  128. '/'           : red - blue - switch.
  129.                 for CVID grayscale/color display.
  130.  
  131. '.'           : double the image (on/off).
  132.  
  133. '0'           : return to the first image.
  134. '3'           : skip 10 images.
  135. '6'           : skip 25 images.
  136. '9'           : skip 100 images.
  137.  
  138. '('           : show every image.
  139. ')'           : show only every 2., 3., ... 10. image.
  140.  
  141. 's'           : save image a ESM picture.
  142. '<SPACE>'
  143. '<LEERTASTE>' : pause on/off.
  144. '<RETURN>'
  145. '<ENTER>'     : single step in pause mode.
  146.  
  147. '<ESC>', 'q'  : quit animation.
  148.  
  149.  
  150. -----------------------------------------------------------------------
  151.  
  152.  
  153. AQT_CVID is near the same as AQT_P020. Can only decode and play
  154. Cinepak animations and only in original Falcon 32k-Color mode.
  155. But it is about 7 to 8 times faster in color display and in gray
  156. about 3 times faster then AQT_P020. NVDI should used!
  157.  
  158.  
  159. -----------------------------------------------------------------------
  160.  
  161.  
  162. The program AVI2WAVE.GTP extract the sound infoarmation from the
  163. AQT file and save them in a pure WAVE (sound) file. Hold the
  164. ALTERNATE-Key down for selecting an AQT, the WAVE-File will splited
  165. into 1MB parts.
  166.  
  167. AQT2WAVE <avi-file> <wave-file>        (One Convertion)
  168. AQT2WAVE                               (Convertion with FSEL)
  169.